home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / elk-2_0.lha / elk-2.0 / lib / xt / MISSING < prev    next >
Text File  |  1991-09-27  |  1KB  |  56 lines

  1. Subresources cannot be read by means of get-values.
  2.  
  3. Callbacks *must* return; e.g. a (reset) from within a callback is
  4. not allowed.  This is a bug in Xt.
  5.  
  6. Xt doesn't notice when ports that have been registered as input source
  7. with context-add-input are closed.  In this case, the select() fails.
  8.  
  9. error.c:  Warning msg handler is now part of application context
  10.  
  11. Missing:
  12.  
  13.   keycode translators
  14.   case converters
  15.   shared graphics contexts
  16.   selections
  17.  
  18.   2.
  19.   XtScreen
  20.   XtDisplayOfObject
  21.   XtScreenOfObject
  22.   XtWindowOfObject
  23.  
  24.   7.
  25.   XtAddGrab
  26.   XtRemoveGrab
  27.   XtGrabKey
  28.   XtUngrabKey
  29.   XtGrabKeyboard
  30.   XtUngrabKeyboard
  31.   XtGrabButton
  32.   XtUngrabButton
  33.   XtGrabPointer
  34.   XtUngrabPointer
  35.   XtSetKeyboardFocus
  36.   XtCallAcceptFocus
  37.   XtAppPending
  38.   XtAppPeekEvent, XtAppNextEvent, XtAppProcessEvent, XtDispatchEvent (?)
  39.   Xt{Add,Remove,Insert}EventHandler (?)
  40.   Xt{Add,Remove,Insert}RawEventHandler (?)
  41.   XtBuildEventMask (?)
  42.  
  43.   9.
  44.   XtGetSubresources (?)
  45.   XtGetApplicationResources
  46.   XtGetSubvalues, XtSetSubvalues (?)
  47.  
  48.   10.
  49.   XtAppAddActionHook (?)
  50.   XtRemoveActionHook (?)
  51.  
  52.   11.
  53.   XtAppSetSelectionTimeout
  54.   XtAppGetSelectionTimeout
  55.   XtSetWMColormapWindows
  56.